libxl: const-ify libxl_uuid_*() API
authorDavid Vrabel <david.vrabel@citrix.com>
Tue, 10 Jun 2014 18:07:30 +0000 (19:07 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 12 Jun 2014 10:01:18 +0000 (11:01 +0100)
commit4e98cff2914e7ee9e494ceb9da685b931124bbce
tree5f750eb03db4fd1d3e58f6b6b65c8a14f0d11d21
parent171c6d7ac17e29e0f4dcf058aa6c4ee11088f6c7
libxl: const-ify libxl_uuid_*() API

Add const to parameters of libxl_uuid_*() calls where it does not
change the API.

Add libxl_uuid_byte_array_const() to return a const array.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_uuid.c
tools/libxl/libxl_uuid.h